Create(int, int, PixelFormat)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Creates a new surface with the specified format.

Syntax

public static Surface Create(
	int width,
	int height,
	PixelFormat format
)

Parameters

width

Surface width

height

Surface height

format

Surface format


Back to index